home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / lang / SlimPython.lha / SlimPython / Modules / protos / operator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-26  |  180 b   |  4 lines

  1. static PyObject *op_setslice ( PyObject *s , PyObject *a );
  2. static PyObject *op_delslice ( PyObject *s , PyObject *a );
  3. static PyObject *op_getslice ( PyObject *s , PyObject *a );
  4.